home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
Python 133 SRC
/
Demo
/
www
/
HUNT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-12
|
237 b
|
13 lines
|
[
TEXT/R*ch
]
#! /bin/sh
wwwhunt.py -d $* >>@hunt.out 2>&1
echo "" >>@hunt.out
echo "--- Exit status $? ---" >>@hunt.out
while test -f @todo.dir
do
wwwhunt.py -d >>@hunt.out 2>&1
echo "" >>@hunt.out
echo "--- Exit status $? ---" >>@hunt.out
done